home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / styles / overview.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-12-12  |  1.2 KB  |  86 lines

  1. body
  2. {
  3.   margin: 0 0 0 0;
  4.   padding: 0 0 0 0;
  5.   font-family: verdana, arial, helvetica, sans-serif;
  6.   background-color: transparent;
  7. }
  8.  
  9. img
  10. {
  11.   behavior: url(images/pngHack.htc);
  12. }
  13.  
  14. .pad5 {
  15.       padding: 5px;
  16. }
  17.  
  18. .pad10 {
  19.       padding: 10px;
  20. }
  21.  
  22. .pad15 {
  23.       padding: 15px;
  24. }
  25.  
  26. .pad20 {
  27.       padding: 15px 15px 15px 20px;
  28. }
  29.  
  30. .standardText {
  31.   font-size: 12px;
  32. }
  33.  
  34. .justify {
  35.   text-align: justify;
  36. }
  37.  
  38. .title {
  39.   color: #B2001D;
  40.   font-weight: bold;
  41.   font-size: 20px;
  42.   padding-top: 10px;
  43. }
  44.  
  45. *
  46. {
  47.   margin: 0;
  48.   padding: 0;
  49.   border: none;
  50.   scrollbar-face-color: #00388C;
  51.   scrollbar-arrow-color: #fff;
  52.   scrollbar-track-color: #e0e0e0;
  53. }
  54.  
  55. /* START - OverViewItem */
  56.  
  57. td.tableRow {
  58.   border-bottom: solid 1px #C1C1C1; 
  59.   padding-bottom: 5px;
  60. }
  61.  
  62. a.overviewTitle {
  63.   /* width: 500px; */
  64.   width: 270px;
  65.   font-weight: bold;
  66.   font-size: 16px;
  67.   margin-top: 0px;
  68.   text-decoration: none;
  69.   color: #00388C;
  70. }
  71.  
  72. a.overviewTitle:hover{
  73.   text-decoration: underline;
  74. }
  75.  
  76. a.regButton {
  77.     width: 190px;
  78.     height: 26px;
  79.     display: block;
  80.     background-image: url("../images/actionButtons/reg.gif");
  81. }
  82.  
  83. a.regButton:hover {
  84.     background-image: url("../images/actionButtons/reg_hover.gif");
  85. }
  86.